Modernize Java idioms in WizardNewFolderMainPage - #4205
Conversation
|
@HeikoKlare - Could you take a look at this when you get some time please? |
|
In general I think we should do "cleanups" via automated cleanup actions as @laeubi has automated them and not manually like this, because a manual approach looks to be a bottomless pit to me. |
HeikoKlare
left a comment
There was a problem hiding this comment.
In general, the changes look sound (except for one, where I left a specific comment). But I agree with Ed that investing time into optimizing auto-cleanups than doing manual cleanup would probably be even more valuable (though not all of these changes may be achievable with auto-cleanups).
d72bd75 to
0caebf2
Compare
0caebf2 to
8429098
Compare
|
Thanks for the feedback! I agree that automated cleanups are the more scalable approach where applicable. I came across these changes while working on something else, but I'll keep this in mind for similar cleanup work going forward. |
|
Please let me know if there's anything else you'd like me to address. |
This change modernizes a few Java idioms in WizardNewFolderMainPage by:
No functional or behavioral changes are intended.